home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Adobe AIR 1.5.1 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / styles / ISimpleStyleClient.as < prev    next >
Encoding:
Text File  |  2009-02-12  |  242 b   |  13 lines

  1. package mx.styles
  2. {
  3.    public interface ISimpleStyleClient
  4.    {
  5.       function set styleName(param1:Object) : void;
  6.       
  7.       function styleChanged(param1:String) : void;
  8.       
  9.       function get styleName() : Object;
  10.    }
  11. }
  12.  
  13.